HS_RVS_FV_MI_PIN

HS_RVS_FV_MI_PIN

   
SYNTAX:

        HS_RVS_FV_MI_PIN(PINS, FORCE_V_VALUE , CLAMP_I_VALUE, E_Range, I_RANGE [,UP_LIMIT=x]  [,DOWN_LIMIT=x] [,WAIT=x] [,AVG/MAX/MIN/MAVG] [,CLEAR_CONT/PATTERN_END/PTN_FORCE_STOP/CONT_NEXT] [,MEAS_LOOP=x] [,INIT_VALUE=x] [,SR0/SR1/SR2]  [,LOG_OFF] [,MEASURE_LOOP_INTERVAL=x] [,FORCE_V_OFFSET=x] [,FORCE_I_OFFSET=x] [,BinNo=x] [,[SITE_SERIAL/PARALLEL]] [,LOG_ALIAS=x] [,LOG_UNIT=x]  [,LOG_SITE=x]  [,USER_MONITOR/USER_MON_ONLY] [,IGNORE_FAIL] [,DIGITAL_FILTER=x] [,PN_CH/P_CH/N_CH]);

DESCRIPTION:

           RVS force voltage value and read back the resource measure current value from RVS relational PIN in tester.

REQUIRED ARGUMENT:

           PARA1: PINS

            PIN_GROUP_NAME or PIN_NAME or _C_Variable

         PARA2:  FORCE_V_VALUE

            Voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

         PARA3: CLAMP_I_VALUE

            Current value, unit: A, mA, uA, nA or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

         PARA4: E_RANGE

            E1~E3; E1:กำ5V, E2:กำ10V, E3:กำ24V

            Or _C_Variable

         PARA5: I_RANGE

            I1~I4; I1:กำ5UA, I2:กำ50UA, I3:กำ10mA, I4:กำ100mA

             KEEP_I_RANGE: I-RANGE reference to the same instruction as the previous settings

            Or _C_Variable

OPTIONAL ARGUMENT: 

        PARA: UP_LIMIT=x

            x : a voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

        PARA: DOWN_LIMIT=x

            x : a voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or C  variable(double).  

        PARA: WAIT=x

            Wait time between force and measure.

        PARA: AVG or MAX or MIN or MAVG

            AVG/MAX/MIN/MAVG

            AVG: Use the Average value to compare limit.

            MAX: Use the Maximum value to compare limit.

            MIN: Use the Minimum value to compare limit.

            MAVG: get all measure values, ranking, then remove least 25% and largest 25% of measure values, average middle 50% of measure values. In this mode MEAS_LOOP range in 3~30000,and take longer measure time 

            Default: AVG.

        PARA: CLEAR_CONT/CONT_NEXT/PTN_FORCE_STOP/PATTERN_END: 

            CLEAR_CONT: clear the continued running of pattern. Then, pattern and main program will go on simultaneously.

            CONT_NEXT: clear the continued running of pattern and wait for pattern executing to the next MI "CONT" vector or pattern end. Then, main program will go on.

            PTN_FORCE_STOP: doesn't clear the continued running of pattern but break the running pattern forcibly.

            PATTERN_END: clear the continued running of pattern and wait for executing to the pattern end. Then, main program will go on.

            default: NONE

        PARA: MEAS_LOOP=x

            Measure for x times to get the Average, Minimum, Maximum value. 

            Range:4K - or _C_Variable

            Default: 1 

        PARA: INIT_VALUE=x

            Voltage value, unit: V, mV, uV, nV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).

        PARA: SR0/SR1/SR2

            SLEW RATE

            Default: SR0 

PARA: LOG_OFF

            Set measured value not log to datalog windows, even it is set to be on in engineering set.

            Default: Depend on engineering setting.

        PARA: MEASURE_LOOP_INTERVAL=x

            sampling time between each measure execution in measure loop

            Range:5.1us ~ 3.27ms

        PARA: FORCE_V_OFFSET=x

            x: Voltage value or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double). 

            This argument effect with LOOP_UNTIL_PASS_COUNT/LOOP_UNTIL_FAIL_COUNT

            FORCE_V_VALUE increased the value of x with LOOP_PASS_COUNT/LOOP_FAIL_COUNT increased.

            Default: 0.

        PARA: FORCE_I_OFFSET=x

            x: Current value or parameter name or GB1~200/MEASURE_VALUE/PinName variable or _C_Variable(double).

            This argument effect with LOOP_UNTIL_PASS_COUNT/LOOP_UNTIL_FAIL_COUNT

            FORCE_I_VALUE increased the value of x with LOOP_PASS_COUNT/LOOP_FAIL_COUNT increased.

            Default: 0.

        PARA: BinNo=x

            x: a integer from 1 to 2048; While test result is fail at this driver, system classify the device to bin x.

        PARA: SITE_SERIAL/PARALLEL

               SITE_SERIAL: 

            It executes FIMV in different site at the same time. However, every site just direct at ONLY ONE pin to FIMV in each time until all assigned pins are finished.

                  

            PARALLEL:

            It executes FIMV in every pin at the same time.

             

        PARA: LOG_ALIAS=name

            name: a string; EX: LOG_ALIAS=ABC. The setting name will show in the .csv file and user monitor.

        PARA: LOG_UNIT=unit

            unit: a string; EX: V, mV ......., This setting will show after the alias name.

            Parameter can be set to LOG_UNIT=unit[.X] , this function can set the significant digits of fractional portion which will be shown in the .csv file.

            X: The number of significant digits of fractional portion.

        PARA: LOG_SITE=x

            x: site number from 1 to 64. User set the site number that needed to log to file or user monitor. EX: LOG_SITE=[1,3-5,8], 

            Default: Log all site.
        PARA: USER_MONITOR/USER_MON_ONLY

            USER_MONITOR: Log measured value to user monitor.

            USER_MON_ONLY: Only show measured value in monitor without producing C.S.V file and STDF file.

        PARA: IGNORE_FAIL 

            This argument is identical to the function "Dc Ignore Fail=On" on engineer setting menu. It ignore the measure result, and go to next driver.

            Default: OFF.

        PARA: DIGITAL_FILTER=x

            Range:0-6

            default: 0

        PARA: PN_CH/P_CH/N_CH

            This argument can be specified to measure P channel or N channel or both.

            Default:PN_CH.

EXAMPLE:

        HS_RVS_FV_MI_PIN(HSIF_PINS, 4.0V, 1mA, E1, I3);